GtkBox: Add missing Since in docs
authorAlexander Larsson <alexl@redhat.com>
Wed, 27 Mar 2013 08:40:09 +0000 (09:40 +0100)
committerAlexander Larsson <alexl@redhat.com>
Tue, 23 Apr 2013 03:58:08 +0000 (05:58 +0200)
gtk/gtkbox.c

index c1e916aa6f0be544ba83929de8e76536be305892..f4e88eb3792c9e933f29741a7d117020b72e22bc 100644 (file)
@@ -1794,6 +1794,8 @@ gtk_box_get_spacing (GtkBox *box)
  * and the baseline is not allocated by the parent then
  * @position is used to allocate the baseline wrt the
  * extra space available.
+ *
+ * Since: 3.10
  */
 void
 gtk_box_set_baseline_position (GtkBox             *box,
@@ -1822,6 +1824,8 @@ gtk_box_set_baseline_position (GtkBox             *box,
  * Gets the value set by gtk_box_set_baseline_position().
  *
  * Return value: the baseline position
+ *
+ * Since: 3.10
  **/
 GtkBaselinePosition
 gtk_box_get_baseline_position (GtkBox         *box)